home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_geomview.idb / usr / freeware / src / geomview / patches.z / patches
Encoding:
Text File  |  1999-01-26  |  2.4 KB  |  75 lines

  1. *** ./src/bin/emodule_wish/O.sgi/Makefile    Fri Dec  5 23:35:37 1997
  2. --- ../Geomview/./src/bin/emodule_wish/O.sgi/Makefile    Fri Dec 18 12:42:07 1998
  3. ***************
  4. *** 16,22 ****
  5.   
  6.   emodule_wish:    ${OBJS}
  7.       rm -f $@ ../$@
  8. !     ${CC} ${CFLAGS} -o $@ ${OBJS} `ls installed/*.a || :` ${LIBS}
  9.       ${LNEXE} $@ ..
  10.   
  11.   em_wish.o: em_inits.h
  12. --- 16,22 ----
  13.   
  14.   emodule_wish:    ${OBJS}
  15.       rm -f $@ ../$@
  16. !     ${CC} ${CFLAGS} -o $@ ${OBJS} `ls installed/*.a 2>/dev/null || :` ${LIBS}
  17.       ${LNEXE} $@ ..
  18.   
  19.   em_wish.o: em_inits.h
  20. ***************
  21. *** 24,30 ****
  22.   em_inits.h: installed
  23.       rm -f em_inits.h
  24.       echo '/* automatically generated. */' > em_inits.h
  25. !     for i in `ls installed/*.a | sed 's@^installed/lib@@g' | sed 's@.a$$@@g'` ; do \
  26.         echo 'INIT('$$i'_init,"'$$i'")'; \
  27.       done >> em_inits.h
  28.   
  29. --- 24,30 ----
  30.   em_inits.h: installed
  31.       rm -f em_inits.h
  32.       echo '/* automatically generated. */' > em_inits.h
  33. !     for i in `ls installed/*.a 2>/dev/null | sed 's@^installed/lib@@g' | sed 's@.a$$@@g'` ; do \
  34.         echo 'INIT('$$i'_init,"'$$i'")'; \
  35.       done >> em_inits.h
  36.   
  37. *** ./makefiles/mk.site.public    Thu Oct 31 01:25:12 1996
  38. --- ../Geomview/./makefiles/mk.site.public    Wed Nov 11 15:52:39 1998
  39. ***************
  40. *** 12,18 ****
  41.   # running 'make install'.
  42.   # TAKE CARE that no blank characters follow after the name you enter here.
  43.   
  44. ! GEOMROOT=
  45.   
  46.   # NOTE: The variable MACHTYPE has already been set by the time this file
  47.   # is read; it's the type of computer we're on ("sgi" or "next").
  48. --- 12,19 ----
  49.   # running 'make install'.
  50.   # TAKE CARE that no blank characters follow after the name you enter here.
  51.   
  52. ! #GEOMROOT=
  53. ! GEOMROOT=/usr/freeware/lib/geomview
  54.   
  55.   # NOTE: The variable MACHTYPE has already been set by the time this file
  56.   # is read; it's the type of computer we're on ("sgi" or "next").
  57. ***************
  58. *** 22,28 ****
  59.   # programs are to be installed.  This should be a directory that is on
  60.   # users' $path, like /usr/local/bin.
  61.   
  62. ! BINDIR = /usr/local/bin
  63.   
  64.   # MMAPACKAGEDIR should be the pathname of the directory into which the
  65.   # Mathematica packages (OOGL.m, etc.) are to be installed.  This should be some
  66. --- 23,30 ----
  67.   # programs are to be installed.  This should be a directory that is on
  68.   # users' $path, like /usr/local/bin.
  69.   
  70. ! #BINDIR = /usr/local/bin
  71. ! BINDIR = /usr/freeware/bin
  72.   
  73.   # MMAPACKAGEDIR should be the pathname of the directory into which the
  74.   # Mathematica packages (OOGL.m, etc.) are to be installed.  This should be some
  75.